home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Science Smart / SCIENCE.iso / pc / science / files / shared.dir / 07784_button up.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  187 b   |  11 lines

  1. on mouseUp
  2.   global gframe
  3.   puppetSprite(4, 0)
  4.   sresp(8)
  5.   if (gframe < 844) and (gframe > 1) then
  6.     set the visible of sprite 42 to 1
  7.   end if
  8.   go(gframe)
  9.   set gframe to EMPTY
  10. end
  11.